home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / ui_info.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  981 b   |  50 lines

  1. /*****************************************************************************
  2.   FILE           : ui_info.h
  3.   SHORTNAME      : info.h
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Header file of correspondent '.c' file
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Tilman Sommer
  10.   DATE           : 11.5.1990
  11.  
  12.   CHANGED BY     :
  13.   IDENTIFICATION : @(#)ui_info.h    1.9 3/2/94
  14.   SCCS VERSION   : 1.9
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18. ******************************************************************************/
  19.  
  20.  
  21. #ifndef _UI_INFO_DEFINED_
  22. #define _UI_INFO_DEFINED_
  23.  
  24.  
  25.  
  26.  
  27. extern void ui_xCreateInfoPanel(Widget parent);
  28.     /* the parent widget of the new form widget */
  29.  
  30. extern struct UnitAttributeType  ui_sourceUnit, ui_targetUnit;
  31.     /* attributes of source/target unit in the info panel */
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38. #endif /* _UI_INFO_DEFINED_ */
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46. /* end of file */
  47. /* lines: 37 */
  48.  
  49. /* 49 lines generated by deleteprivatedefinitions.awk */
  50.